LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Remove Method






Item to remove.
Removes the specified item. .NET support
Syntax
public virtual bool Remove( 
   T item
)
'Declaration
 
Public Overridable Function Remove( _
   ByVal item As T _
) As Boolean
'Usage
 
Dim instance As RasterCollection(Of T)
Dim item As T
Dim value As Boolean
 
value = instance.Remove(item)
public virtual bool Remove( 
   T item
)
 function Leadtools.RasterCollection.Remove( 
   item 
)
public:
virtual bool Remove( 
   T^ item
) 

Parameters

item
Item to remove.
Example
For an example, refer to RasterCollection<T>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCollection<T> Class
RasterCollection<T> Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.